GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow 名前空間 > HeaderDropDownList クラス > HeaderDropDownList コンストラクタ : HeaderDropDownList コンストラクタ(Int32,IEnumerable<DropDownItem>) |
Public Function New( _ ByVal cellIndex As Integer, _ ByVal dropDownItems As IEnumerable(Of DropDownItem) _ )
public HeaderDropDownList( int cellIndex, IEnumerable<DropDownItem> dropDownItems )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | cellIndexが0未満です。 |
System.ArgumentNullException | dropDownItemsがnull 参照 (Visual Basicでは Nothing)です。 |